home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Utilities / Selector / examples / env3.sel < prev    next >
Encoding:
Text File  |  1996-04-23  |  228 b   |  13 lines

  1. close off
  2. defenv c ";"
  3. gap 4
  4. rows 3
  5.  
  6. startbox
  7. [c] text "Just press"
  8. [c] text "the different"
  9. [c] text "buttons"
  10. endbox
  11. button "Help text" 'setenv c " "' update
  12. button "No Help" 'setenv c ";"' update
  13. button exit 'unsetenv c' exit